Fix or skip tests that assume the wrong endianness
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 13 Nov 2022 10:36:51 +0000 (10:36 +0000)
committerGraham Inggs <ginggs@debian.org>
Sun, 13 Nov 2022 10:36:51 +0000 (10:36 +0000)
commit483fa5dc1ae79444386f000a85e92acd0c5d3f96
treedfb9b59acf875a6d3b840d9d01822272eda3b72f
parentaf58e75de5aded377a8cc740f714e6c2692f74b7
Fix or skip tests that assume the wrong endianness

This is a bug in the tests not pandas itself -
the expected values explicitly specify little-endian

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name tests_dont_assume_endian.patch
pandas/tests/arrays/boolean/test_astype.py
pandas/tests/arrays/boolean/test_construction.py
pandas/tests/arrays/floating/test_to_numpy.py
pandas/tests/arrays/integer/test_dtypes.py
pandas/tests/frame/methods/test_to_records.py
pandas/tests/io/parser/test_c_parser_only.py
pandas/tests/scalar/timedelta/test_arithmetic.py